ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / Remove Method / Remove(T) Method

In This Topic
    Remove(T) Method
    In This Topic
    Removes the first occurrence of Page object from the PagesCollection.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal page As T _
    ) 
    public void Remove( 
       T page
    )

    Parameters

    page
    See Also